Fix bug#71929
authorPo Lu <luangruo@yahoo.com>
Tue, 9 Jul 2024 14:00:39 +0000 (22:00 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 9 Jul 2024 14:02:22 +0000 (22:02 +0800)
commit8350ebd22e983df5eb9ad33d427bd3d6a09ffe7f
treeb646bd9d4befd3b30fb6e7ad146d8fddb8649925
parent8f96e0064fa701655413bdeb4612b5b2a63102c4
Fix bug#71929

* src/image.c (free_image_cache): Unconditionally release image
cache, as this function is only called with its existence
already established.

* src/xfaces.c (free_frame_faces): Clear FRAME_IMAGE_CACHE (f).
(bug#71929)
src/dispextern.h
src/image.c
src/xfaces.c